home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 25
/
Cream of the Crop 25.iso
/
program
/
dv_b1.zip
/
DV_B1.EXE
/
dview.exe
/
0
/
RCDATA
/
TFORM2
/
TFORM2.txt
Wrap
Text File
|
1997-02-07
|
3KB
|
155 lines
object Form2: TForm2
Left = 202
Top = 145
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Select Database File'
ClientHeight = 233
ClientWidth = 393
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 112
Top = 8
Width = 66
Height = 13
Caption = 'D:\Testproj'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Bevel1: TBevel
Left = 304
Top = 156
Width = 85
Height = 69
end
object Label2: TLabel
Left = 4
Top = 32
Width = 52
Height = 13
Caption = 'Di&rectory'
FocusControl = DirectoryListBox1
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label3: TLabel
Left = 152
Top = 32
Width = 27
Height = 13
Caption = '&Files'
FocusControl = FileListBox1
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 4
Top = 192
Width = 31
Height = 13
Caption = '&Drive'
FocusControl = DriveComboBox1
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label5: TLabel
Left = 152
Top = 192
Width = 53
Height = 13
Caption = 'File &Type'
FocusControl = FilterComboBox1
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label6: TLabel
Left = 4
Top = 8
Width = 101
Height = 13
Caption = 'Current Directory:'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object DirectoryListBox1: TDirectoryListBox
Left = 4
Top = 48
Width = 145
Height = 141
Ctl3D = True
DirLabel = Label1
FileList = FileListBox1
ItemHeight = 16
ParentCtl3D = False
TabOrder = 0
end
object DriveComboBox1: TDriveComboBox
Left = 4
Top = 208
Width = 145
Height = 19
DirList = DirectoryListBox1
TabOrder = 1
TextCase = tcUpperCase
end
object BitBtn1: TBitBtn
Left = 308
Top = 160
Width = 75
Height = 25
TabOrder = 2
Kind = bkCancel
end
object BitBtn2: TBitBtn
Left = 308
Top = 196
Width = 75
Height = 25
TabOrder = 3
Kind = bkOK
end
object FilterComboBox1: TFilterComboBox
Left = 152
Top = 206
Width = 145
Height = 21
FileList = FileListBox1
Filter = 'Paradox Files|*.db|DBase Files|*.dbf'
TabOrder = 4
end
object FileListBox1: TFileListBox
Left = 152
Top = 48
Width = 145
Height = 141
ItemHeight = 13
Mask = '*.db'
TabOrder = 5
OnDblClick = FileListBox1DblClick
end
end